home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / dosutils / tsbat50.zip / POPPATH.BAT < prev    next >
DOS Batch File  |  1990-01-14  |  154b  |  9 lines

  1. echo off
  2. echo Restore the saved path
  3. echo By Prof. Timo Salmi, ts@chyde.uwasa.fi, 14-Jan-90
  4. echo.
  5. set path=%pushpath%
  6. set pushpath=
  7. path
  8. echo on
  9.